<xs:complexType name="Transport" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:all>
<xs:element name="TypeDescription" minOccurs="1" maxOccurs="1" />
<xs:element name="Properties" type="xsi:TransportProperties" minOccurs="0" maxOccurs="1" />
</xs:all>
</xs:complexType>
|